| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub DataBindXY( _ ByVal xValueEnumerable As IEnumerable, _ ByVal ParamArray yEnumerableValues() As IEnumerable _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void DataBindXY( IEnumerable xValueEnumerable, params IEnumerable[] yEnumerableValues ) | |
Parameters
- xValueEnumerable
- Specifies the data source that will supply the X values for the DataPoints. The first available column will be used.
- yEnumerableValues
- Specifies the Y value(s) of the DataPoint object added to the collection (one or more comma-separated values).